home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global stageMe
- set stageMe to the stageBottom - the stageTop
- puppetSprite(43, 1)
- puppetSprite(44, 1)
- set the locV of sprite 43 to stageMe + 300
- set the locV of sprite 44 to stageMe + 300
- puppetSprite(43, 0)
- puppetSprite(44, 0)
- updateStage()
- puppetSound(0)
- puppetSound("r14")
- updateStage()
- startTimer()
- repeat while the timer < (2 * 60)
- end repeat
- puppetSound(0)
- open("virtual portfolio:demos:tom upton:tom's photo/illus")
- end
-